Memory Pool Memory Pool Refreshing

10,623 transactions
3.20 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,716 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,554 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (608,367 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
299,348 299,348 00000000000000001af2e1df5fec6ee99bbccb1256008145ece881b421746885 0.05 MB 128 212
299,347 299,347 000000000000000043fa8698e8e297cdb1f33fba5408515d8cda23e263ae0fc5 0.36 MB 548 29
299,346 299,346 000000000000000012969c963e8522c343b6e825b80126ffe75bd4f7caa26e48 0.43 MB 796 35
299,345 299,345 00000000000000002b145b376f44212ecb0e5768dccc779fb3b42cc216296060 0.32 MB 660 32
299,344 299,344 00000000000000004b0a316a2e22debb93b12e29bcc9de8ac638f618e11e1f75 0.19 MB 146 17
299,343 299,343 00000000000000004a843942f892a7338417d9bfc9ba65b00b9762ec8b87a62c 0.25 MB 520 31
299,342 299,342 00000000000000000618c9bfb0e93c3a3d5ce6a08c1519b3b5e0e79c376a0c8a 0.21 MB 328 31
299,341 299,341 00000000000000002486004baf793928d0002b7e5231f5a4f7eb1cc53abfa3f3 0.08 MB 154 32
299,340 299,340 00000000000000008159003178144fd45a9e70653ef41ad1181eefe4b19dfadb 0.11 MB 147 23
299,339 299,339 0000000000000000199b68c2f7824322baacf21a3faf0b923337594f95ba893a 0.01 MB 17 19
299,338 299,338 000000000000000033ebc97315d7e76adcadce7a1c29615fda2983f0021e0e4d 0.19 MB 219 23
299,337 299,337 00000000000000006e459ed81580f7544ce96ef81d746c2998499898150dc6a0 0.75 MB 810 33
299,336 299,336 00000000000000003bb2a5fcdfbd40206649ac44fdc100332f0a447e05557e72 0.25 MB 482 46
299,335 299,335 000000000000000013ca5b80166ab968728038a15bdbfbf2c1ddb474414fafc8 0.30 MB 625 40
299,334 299,334 000000000000000044b96747a11aea4aa8cc7cc86b214d189507469581b8a5e7 0.13 MB 156 33
299,333 299,333 000000000000000024494238068cd2539c35f7103327dc561ed04727294c1a53 0.24 MB 379 58
299,332 299,332 000000000000000024aed4ca327f8957bb5f112787ff5350971a3fe38c144f14 0.05 MB 109 32
299,331 299,331 00000000000000000e077a3646ab168cc696b463b079b83c2e3d23dcc0e67282 0.05 MB 82 27
299,330 299,330 00000000000000005c171e062fc8819c7a227133487d34d98742b280446f725e 0.23 MB 239 22
299,329 299,329 000000000000000067ffa697c192fda929a466b7bfe810df5b5d165b5d55caed 0.25 MB 652 53
299,328 299,328 00000000000000005faba5de1957a8a0eeb17b3927cdbf07a6f189216f5a1822 0.05 MB 109 23
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,621.46 GB sent, 92.91 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.