Memory Pool Memory Pool Refreshing

3,794 transactions
1.85 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,736 (588,635 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
319,101 319,101 000000000000000012f4693ef65c38b2be8d5edf0c49449ae2be506f22a8bf9d 0.08 MB 199 30
319,100 319,100 000000000000000008259704a94280601703af56b45c52f2ae4ee6aa2ce89add 0.41 MB 782 29
319,099 319,099 000000000000000003ae4879c2e86f47cc4124109eb73239b735ab1bc7f4337f 0.02 MB 40 22
319,098 319,098 0000000000000000173f3670e7a83406a073a51e4cc7afbccfde4093302c271e 0.26 MB 527 31
319,097 319,097 00000000000000001268d860f8e74fa2fd8eeb511fec0cd7114c7c4a903f9e35 0.24 MB 469 29
319,096 319,096 00000000000000002579249a721c9b64931e651cd15f9dc0c635f02fa7c07264 0.44 MB 816 24
319,095 319,095 000000000000000000c5eee6ddc73add2bc5493899ac3b1245a547ef0a283910 0.16 MB 512 49
319,094 319,094 000000000000000027415162c2c53fc3333fae8bbd408ca5348c8296815cb6ad 0.13 MB 297 23
319,093 319,093 00000000000000002327e211b51027f0baa8756df69d77cc1cb7b3d63327005f 0.59 MB 1,112 44
319,092 319,092 00000000000000000fbd1cd728e51a5ee11d889e28a71bce308c5e5a95951ef6 0.67 MB 1,339 30
319,091 319,091 00000000000000001e32dda8f6541af3a9718b147f6e8b148681be7cd9efd17b 0.57 MB 761 24
319,090 319,090 00000000000000001e8c9978a6e6ac670d1aea0b78ab2f2f007d50401d40daf4 0.35 MB 717 30
319,089 319,089 0000000000000000009b98d9224bf7fb076131c33a139d8b70323881b71c6e4b 0.14 MB 82 5
319,088 319,088 000000000000000006f40d3057bfdb7dbd80f75352dac8cb0c16886bd6397e2d 0.53 MB 1,080 32
319,087 319,087 0000000000000000230dee2cd04989d3d478282a94019957b588ec42993c7a09 0.17 MB 256 22
319,086 319,086 000000000000000003a934e9e418575a3544a23991d4bc45dfae3c7cc7611cea 0.35 MB 904 34
319,085 319,085 00000000000000001951c61c64ab27f3e135de60ff0248b3a59c1604be8cd087 0.34 MB 592 24
319,084 319,084 00000000000000000a97206f924778b415d8cdbdfdd0c6750a1a79fd3feec3bb 0.64 MB 1,251 30
319,083 319,083 000000000000000020ee251c7788aa1a1502ad6d739c99bce9a494610348d612 0.31 MB 115 9
319,082 319,082 00000000000000000b79469303db39ccb9902949ad04af20884b3108f9cf54a0 0.75 MB 1,645 34
319,081 319,081 000000000000000007c5620513a4d39f8e42e00553867793cca5a8119d2c0326 0.48 MB 459 16
Previous 10 blocks ↓
Total Size: 769.05 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,627.47 GB sent, 93.12 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.