Memory Pool Memory Pool Refreshing

815 transactions
0.27 vMB
Show Random Selection Loading Transactions
Max Size: 1/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
908,471 00000000000000000002349e0000000000000000000000000000000000000000 0.26 vMB 807 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,470 (822,149 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
86,321 86,321 000000000021cd21c9ba9a31e8ebdcb3a5b3c5fe6d5178918b53d2ec9fb2e3a0 0.00 MB 1 0
86,320 86,320 00000000002ea5aa3ada991bf68bffa18d6f73541bb23a3b67806167fdf6fc96 0.00 MB 3 0
86,319 86,319 00000000000d116cbf732a0e552f20b8d043614dc5aedacec473f83a391b0f36 0.00 MB 1 0
86,318 86,318 00000000001b383980d648922607ccbb667d9765874e9e66df6c0d7a748ac8b1 0.01 MB 3 0
86,317 86,317 00000000002ac0faf31d89cb4b62f41ecab1a2b83504c2c8db36cf3c8c74e63b 0.00 MB 5 0
86,316 86,316 00000000001e243216acb1aae3da3f3f7a6484dbfeed9f1e98af3249bda27fa8 0.00 MB 2 0
86,315 86,315 00000000000d2ebd83550d72f60aa10b42d21137b97ba45c935a5c6a37b352f1 0.00 MB 2 0
86,314 86,314 000000000006ea90c55633fa3b8bd96f650412fb9f1dfee6b705deada481cfcc 0.00 MB 1 0
86,313 86,313 0000000000058019327f7a831e25fd2359cc8902be9969ae40f6ba1ab9205c13 0.00 MB 4 0
86,312 86,312 00000000002815b5cba14f98e5ac88f6913738d067f456144d36f63ea8c1cbe3 0.00 MB 3 0
86,311 86,311 0000000000018b5a18720c91fcc11c28a82050d797fe59f6661d9f88fbe58f5d 0.00 MB 1 0
86,310 86,310 0000000000197ff7d3dbe26184e6371a19c51aa2db22d586150ad99f1204836a 0.00 MB 1 0
86,309 86,309 0000000000212ce76ba47f5004b468e3c5628342614b5c50a61a1f0656c288b6 0.00 MB 2 0
86,308 86,308 000000000007c24394c8ea9aa60e0691885731c8e719b3159bd4fd69ef431e48 0.00 MB 2 0
86,307 86,307 00000000001515c8a95ee5f0ffc321906c72669fc65a0fe7b0194bbd3c09dbee 0.00 MB 1 0
86,306 86,306 000000000017499fa8fca137cbaed498321b90885811046eef708919ad170860 0.00 MB 1 0
86,305 86,305 000000000021bae09c300e93a7e79cc26c50c03e25142d951aa1f2f2cbb61d8e 0.00 MB 1 0
86,304 86,304 00000000002524600457f75586cc790d775eafc4d55b7dec69f58ed171a4029d 0.00 MB 2 0
86,303 86,303 00000000002b7acdea049a1e75db4d6c486433fbfceac2284235a7085197b0fb 0.00 MB 4 0
86,302 86,302 00000000000cebaa7ab1222ab157ea75c326bc8d17161ede14e5790dcc9c7ce4 0.00 MB 4 0
86,301 86,301 00000000002b4c61b2b3c88787dc81d6e781335da063c572d4c92331d4f79cf7 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.58 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,784.30 GB sent, 99.90 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.