Memory Pool Memory Pool Refreshing

28,048 transactions
31.04 vMB
Show Random Selection Loading Transactions
Max Size: 183/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,549 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 7,223 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,548 (5,015 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
858,533 858,533 000000000000000000006c400e580faf67f62486345896ab66b40e5749d82079 1.55 MB 2,030 14
858,532 858,532 00000000000000000000000a46d05b4f134e227d235b081c8606a09be3cdcf40 1.92 MB 4,000 6
858,531 858,531 0000000000000000000058196e3cbe5715780702542c6f745e766043231fab18 1.81 MB 3,512 5
858,530 858,530 000000000000000000021dc3d3bb89f983278158f3540901386e9556f81b0067 1.71 MB 3,993 4
858,529 858,529 000000000000000000016b3a0ee245931c46002319cea095aa51ee8d72a6b5a6 1.80 MB 2,795 5
858,528 858,528 000000000000000000004f7215419b5049521f749c0a6a332da268cfa071f38f 1.71 MB 3,107 12
858,527 858,527 0000000000000000000201d79ca6cebdb41b96cc1c681dbb88305f60bf8f8be6 1.82 MB 3,108 10
858,526 858,526 00000000000000000002e13a0b1542f8a6e87706e7cf54f2d22b653feb5e733e 1.94 MB 2,729 5
858,525 858,525 00000000000000000000c8dd866ba887b1585099db8005745ec137875b9b7723 1.98 MB 3,072 5
858,524 858,524 0000000000000000000285a7a672369aebfab09e8b891a9825c843c071117968 1.84 MB 3,817 8
858,523 858,523 00000000000000000002d48dffc9cdcdb784cc1fbffa15716752f91b3794b5e7 1.50 MB 4,063 5
858,522 858,522 0000000000000000000068a1764649ebc702ccfd570332f738cfaec87d900fa8 1.52 MB 4,720 9
858,521 858,521 00000000000000000000682fafc4b9780d57f4d5d60a61e5e0583b47b977c7dd 1.54 MB 5,041 13
858,520 858,520 00000000000000000000b2305691641dc2c42152b16603566a60a72e527ce33a 1.50 MB 6,547 6
858,519 858,519 00000000000000000000fdae1dd29f38965a49c5f70d34fc01a2770b0052f6fa 1.50 MB 6,345 9
858,518 858,518 00000000000000000001acf82daecd50f10e26195b1927dfa65ff599464d1974 1.47 MB 6,379 11
858,517 858,517 00000000000000000000f3b44edb23f0d59c32b43680104de948f81e6ec7901b 1.43 MB 5,953 15
858,516 858,516 000000000000000000013c074cbef504eece4d3153748b980e7c48fe1ae54184 1.43 MB 6,979 9
858,515 858,515 00000000000000000000bcfae9fe12f3f42cdad91805e90ad1971d70312d6e5e 1.52 MB 5,464 7
858,514 858,514 000000000000000000015fac57903d2bcf973c8036d800dcbb473aea03fdeb87 1.51 MB 6,461 3
858,513 858,513 00000000000000000002daf04e65aba0b56f1d1a98feea40094b8af9cd4ae3f3 1.61 MB 7,294 2
Previous 10 blocks ↓
Total Size: 687.16 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,508.77 GB sent, 119.86 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.