Memory Pool Memory Pool Refreshing

5,437 transactions
2.45 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,783 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,414 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,782 (787,705 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
120,077 120,077 0000000000005fe9451206048307f91498677b24f58107989c02dcff23d6894d 0.00 MB 3 0
120,076 120,076 0000000000008d62f87ca09c10cd7ced9d101014d735d846a64e1860878d2fed 0.00 MB 6 803
120,075 120,075 0000000000001dd5486e63e10fe273acd251a9766a92ef3cdb8b3946fbe66a36 0.00 MB 7 0
120,074 120,074 00000000000083db99e0d78688c7409ca330c8345e9068d4a4defd25f43af5b4 0.00 MB 14 1,491
120,073 120,073 0000000000002c7cfd7c7a0f2c02916acc53f947f6663a4ab3b39e092feb34dd 0.00 MB 9 405
120,072 120,072 0000000000004f73aa8e5cd78c5781d311c13b1edb48a0fa3b3fd3bfcd294c4c 0.00 MB 10 0
120,071 120,071 0000000000001d0c22f19a31bdbbf2a50fa0ca60492aabd0ce0804d569da60dc 0.00 MB 9 353
120,070 120,070 000000000000226b8cb3a54fd8ca8f01b98542f37d12a2380cd7e14ce722e89d 0.00 MB 6 887
120,069 120,069 0000000000005772c15542c949b31f45486041174974b97e8d02797539e3dde6 0.00 MB 7 0
120,068 120,068 0000000000009f5ac3827a4fa588adf106c32171161ce39943eaa5aff731b849 0.00 MB 9 1,247
120,067 120,067 000000000000b1c654962fd16b0bff60c3b059de7de39dfb2d8f4a13e916cf3a 0.00 MB 12 334
120,066 120,066 0000000000004ff43b0bc2c4c1442dfaf7430783363717d81c4344d1544c8099 0.00 MB 8 0
120,065 120,065 0000000000006a4d6fc4465e3693e288fc54326f1b30c07ebd83789a340867e5 0.00 MB 10 336
120,064 120,064 0000000000002125706ab0b4b3362831088e5b9c83f1a1e8029977ba1cebc727 0.01 MB 10 492
120,063 120,063 00000000000092140fd89969c73e04cd911153af2fc266ee29d648c149cbf678 0.00 MB 5 0
120,062 120,062 000000000000523b75dbe2b4d9b4d92dccc5b6f58c4a871604ed5a70b313da86 0.01 MB 27 696
120,061 120,061 0000000000007904218f843ca0a26d30d5cebb8adc70c9ad0925d1f576344ef5 0.00 MB 4 0
120,060 120,060 0000000000000df840c71e8f33fbda03cb30f762416daa69f1437f35cab5d298 0.00 MB 7 553
120,059 120,059 0000000000008287c98cfb6620c1c6a87b44ee0f1f00902f0d288a030be41ea8 0.01 MB 36 275
120,058 120,058 000000000000606212026563ef2504227860760dfa1f9a1e9f05d7c3a39ab78d 0.00 MB 9 0
120,057 120,057 0000000000001bbe53c5cde3e2693392f50449233294fcfe7d642fa5f07a39a4 0.00 MB 9 353
Previous 10 blocks ↓
Total Size: 769.13 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,631.79 GB sent, 93.57 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.